projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee56a6d
)
Remove obsolete comment about NON_SAVING_SETJMP.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 12 Jan 2013 01:47:07 +0000
(17:47 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 12 Jan 2013 01:47:07 +0000
(17:47 -0800)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index 8dc3f11e80af9ac913ce9ae0505c3905b5647a2a..b147aa2072315cd76ae213b1b020dad1b0de0d97 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-4446,11
+4446,6
@@
mark_memory (void *start, void *end)
}
}
-/* setjmp will work with GCC unless NON_SAVING_SETJMP is defined in
- the GCC system configuration. In gcc 3.2, the only systems for
- which this is so are i386-sco5 non-ELF, i386-sysv3 (maybe included
- by others?) and ns32k-pc532-min. */
-
#if !defined GC_SAVE_REGISTERS_ON_STACK && !defined GC_SETJMP_WORKS
static bool setjmp_tested_p;